home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form PolyAbout
- BorderStyle = 1 'Fixed Single
- Caption = "About PolyGone"
- ClientHeight = 1875
- ClientLeft = 2820
- ClientTop = 2745
- ClientWidth = 3960
- ControlBox = 0 'False
- Height = 2280
- Left = 2760
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1875
- ScaleWidth = 3960
- Top = 2400
- Width = 4080
- Begin CommandButton cmdOK
- Caption = "OK"
- Height = 375
- Left = 120
- TabIndex = 6
- Top = 1320
- Width = 735
- End
- Begin Image Image1
- Height = 480
- Left = 240
- Top = 240
- Width = 480
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "CIS 76630,2012"
- Height = 255
- Index = 5
- Left = 840
- TabIndex = 5
- Top = 1560
- Width = 3135
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "PO Box 599 Plymouth, MI 48170"
- Height = 255
- Index = 4
- Left = 840
- TabIndex = 4
- Top = 1200
- Width = 3135
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Editing Services Co"
- Height = 255
- Index = 3
- Left = 840
- TabIndex = 3
- Top = 960
- Width = 3135
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Written by Jim Mack"
- Height = 255
- Index = 2
- Left = 840
- TabIndex = 2
- Top = 720
- Width = 3135
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Version 2.00 January 1994"
- Height = 255
- Index = 1
- Left = 840
- TabIndex = 1
- Top = 360
- Width = 3135
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "PolyGone"
- Height = 255
- Index = 0
- Left = 840
- TabIndex = 0
- Top = 120
- Width = 3135
- End
- DefInt A-Z
- Sub cmdOK_Click ()
- Unload Me
- End Sub
- Sub Form_Load ()
- Me.Left = (Screen.Width - Width) \ 2
- Me.Top = (Screen.Height - Height) \ 2
- Image1.Picture = PolyForm.Icon
- End Sub
-